home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!-- #######################################################################
- Copyright 2009 Tim Reid
-
- This file is part of the Stack Overflow Reputation Display extension
- for Mozilla Firefox.
-
- Stack Overflow Reputation Display is free software: you can
- redistribute it and/or modify it under the terms of the GNU General
- Public License as published by the Free Software Foundation, either
- version 3 of the License, or (at your option) any later version.
-
- Stack Overflow Reputation Display is distributed in the hope that it
- will be useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public
- License along with Stack Overflow Reputation Display. If not,
- see <http://www.gnu.org/licenses/>.
- ######################################################################## -->
- <?xml-stylesheet href="chrome://sorepdisplay/skin/sorepdisplay.css" type="text/css"?>
- <!DOCTYPE overlay SYSTEM "chrome://sorepdisplay/locale/sorepdisplay.dtd">
- <overlay id="sorepdisplay-overlay"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <script src="sosite.js"/>
- <script src="soaccount.js"/>
- <script src="sodisplay.js"/>
- <script src="sorepdisplay.js"/>
-
- <statusbar id="status-bar">
- <popupset class="sorepdisplay" id="sorepdisplay-insertpoint">
- <menupopup id="sorepdisplay-popup">
- <menuitem id="sorepdisplay-configure" accesskey="C" label="Configure" type="checkbox"/>
- </menupopup>
- </popupset>
- </statusbar>
- </overlay>
-